All Questions
Tagged with implementationsrequirements
3 questions
-4votes
2answers
71views
What are some workflows that one engineer may use to implement a software specification?
I've never implemented an entire specification before and wanted to know what a workflow may look like to do so. I have worked on code that was backed by such a specification, but only in maintenance ...
0votes
2answers
2kviews
Use case for interface
While going through some lecture video on interface. I noticed If we don't know about implementation, just requirement specification then go for interface. What can be the scenario? Though I've ...
3votes
1answer
354views
Should I consider uncertain future requirement while development? [duplicate]
I have one text box across multiple pages which is used to enter multiple customerids (as comma separated) . But in current page due to some subsequent implementation difficulties we make it as ...